GoXam for WPF v3
IsLinkData Method (GraphLinksModel<NodeType,NodeKey,PortKey,LinkType>)
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : IsLinkData Method
the object to be checked to see if it is a known link data in this model
This predicate is true if the argument is a link data in this model.
Syntax
public bool IsLinkData( 
   LinkType linkdata
)

Parameters

linkdata
the object to be checked to see if it is a known link data in this model

Return Value

true if the linkdata is in the LinksSource
Remarks

This is used for model navigation.

This uses a hash table lookup.

See Also

Reference

GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class
GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Members